cURL
curl --request POST \ --url https://use.hoop.dev/api/signup \ --header 'Content-Type: application/json' \ --data '{ "org_name": "<string>", "profile_name": "<string>", "profile_picture": "<string>" }'
{ "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "org_name": "<string>", "profile_name": "<string>", "profile_picture": "<string>" }
Signup anonymous authenticated user. This endpoint is only used for multi tenant setups.
The request body resource
Name of the organization
2 - 100
Display name of the user
255
Link containing the picture to display
2048
OK
Organization ID
Was this page helpful?